home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / shared.dxr / 04466_PaletteFixup.ls < prev    next >
Encoding:
Text File  |  1996-02-21  |  88 b   |  7 lines

  1. on exitFrame
  2.   global gCPU
  3.   if gCPU = #MAC then
  4.     gFixPalette(mPatchIt)
  5.   end if
  6. end
  7.